addChildNode() | nkGraphics::Node | |
addChildNode(const std::string_view &name) | nkGraphics::Node | |
addChildNode(Node *node) | nkGraphics::Node | |
addEntityToTrack(Entity *entity) | nkGraphics::Node | |
applyScale(const nkMaths::Vector &value) override | nkGraphics::Camera | virtual |
Camera() | nkGraphics::Camera | |
detachFromTree() | nkGraphics::Node | |
dispatchDirtyTransform() | nkGraphics::Node | |
Exportable() | nkExport::Exportable | |
exportClassToTree(nkExport::Node *rootNode) | nkGraphics::Camera | virtual |
getAbsoluteFront() | nkGraphics::Node | |
getAbsoluteRight() | nkGraphics::Node | |
getAbsoluteTransform() | nkGraphics::Node | |
getAbsoluteUp() | nkGraphics::Node | |
getAspectRatio() const | nkGraphics::Camera | |
getChildNode(unsigned int index) const | nkGraphics::Node | |
getDirectionAtPixelView(int x, int y, RenderContext *context=nullptr) | nkGraphics::Camera | |
getDirectionAtPixelWorld(int x, int y, RenderContext *context=nullptr) | nkGraphics::Camera | |
getDirectionAtScreenCoordView(float x, float y) | nkGraphics::Camera | |
getDirectionAtScreenCoordWorld(float x, float y) | nkGraphics::Camera | |
getFar() const | nkGraphics::Camera | |
getFarPlanePoints(nkMaths::Vector &a, nkMaths::Vector &b, nkMaths::Vector &c, nkMaths::Vector &d) | nkGraphics::Camera | |
getFov() const | nkGraphics::Camera | |
getFrustum() | nkGraphics::Camera | |
getFrustumCornersDirectionsView(nkMaths::Vector &a, nkMaths::Vector &b, nkMaths::Vector &c, nkMaths::Vector &d) | nkGraphics::Camera | |
getFrustumCornersDirectionsWorld(nkMaths::Vector &a, nkMaths::Vector &b, nkMaths::Vector &c, nkMaths::Vector &d) | nkGraphics::Camera | |
getHidden() const | nkGraphics::Camera | |
getLocalTransform() | nkGraphics::Node | |
getName() const | nkGraphics::Camera | |
getNear() const | nkGraphics::Camera | |
getNearPlanePoints(nkMaths::Vector &a, nkMaths::Vector &b, nkMaths::Vector &c, nkMaths::Vector &d) | nkGraphics::Camera | |
getNumChildNode() const | nkGraphics::Node | |
getOrientationAbsolute() | nkGraphics::Node | |
getOrientationRelative() const | nkGraphics::Node | |
getParentNode() const | nkGraphics::Node | |
getPositionAbsolute() | nkGraphics::Node | |
getPositionRelative() const | nkGraphics::Node | |
getProjectionMatrix() | nkGraphics::Camera | |
getScaleAbsolute() | nkGraphics::Node | |
getScaleRelative() const | nkGraphics::Node | |
getTrackedEntity(unsigned int index) const | nkGraphics::Node | |
getTrackedEntityCount() const | nkGraphics::Node | |
getViewMatrix() | nkGraphics::Camera | |
getViewProjMatrix() | nkGraphics::Camera | |
importClassFromTree(nkExport::Node *rootNode) | nkGraphics::Camera | virtual |
insertIntoTreeFrom(Node *parent) | nkGraphics::Node | |
lookAt(const nkMaths::Vector &point, const nkMaths::Vector &enforcedUp=nkMaths::Vector(0, 0, 0, 0)) | nkGraphics::Camera | |
prepareForContext(RenderContext *context) | nkGraphics::Camera | |
registerListener(NodeChangeListener *listener) | nkGraphics::Node | |
rotateAbsolute(const nkMaths::Quaternion &value) override | nkGraphics::Camera | virtual |
rotateRelative(const nkMaths::Quaternion &value) override | nkGraphics::Camera | virtual |
setAspectRatio(float widthOnHeight) | nkGraphics::Camera | |
setAutoUpdateOnContextSwitch(bool value) | nkGraphics::Camera | |
setFar(float value) | nkGraphics::Camera | |
setFov(float radianValue) | nkGraphics::Camera | |
setHidden(bool value) | nkGraphics::Camera | |
setName(const std::string_view &name) | nkGraphics::Camera | |
setNear(float value) | nkGraphics::Camera | |
setOrientationAbsolute(const nkMaths::Quaternion &value) override | nkGraphics::Camera | virtual |
setOrientationRelative(const nkMaths::Quaternion &value) override | nkGraphics::Camera | virtual |
setPositionAbsolute(const nkMaths::Vector &value) override | nkGraphics::Camera | virtual |
setPositionRelative(const nkMaths::Vector &value) override | nkGraphics::Camera | virtual |
setScaleAbsolute(const nkMaths::Vector &value) override | nkGraphics::Camera | virtual |
setScaleRelative(const nkMaths::Vector &value) override | nkGraphics::Camera | virtual |
stopEntityTracking(Entity *entity) | nkGraphics::Node | |
translateAbsolute(const nkMaths::Vector &value) override | nkGraphics::Camera | virtual |
translateRelative(const nkMaths::Vector &value) override | nkGraphics::Camera | virtual |
unregisterListener(NodeChangeListener *listener) | nkGraphics::Node | |
updateProjectionMatrix() | nkGraphics::Camera | |
updateTransformations() | nkGraphics::Node | |
updateViewMatrix() | nkGraphics::Camera | |
~Camera() | nkGraphics::Camera | |
~Exportable() | nkExport::Exportable | virtual |